net/http.routingNode.emptyChild (field)
9 uses
net/http (current package)
routing_tree.go#L39: emptyChild *routingNode // optimization: child with key ""
routing_tree.go#L90: if n.emptyChild == nil {
routing_tree.go#L91: n.emptyChild = &routingNode{}
routing_tree.go#L93: return n.emptyChild
routing_tree.go#L107: return n.emptyChild
routing_tree.go#L126: return root.emptyChild.matchMethodAndPath(method, path)
routing_tree.go#L147: return n.emptyChild.matchPath(path, nil)
routing_tree.go#L184: if n, m := n.emptyChild.matchPath(rest, append(matches, seg)); n != nil {
routing_tree.go#L223: root.emptyChild.matchingMethodsPath(path, methodSet)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |